'Declaration
<CanBeNullAttribute()> Public Overridable Function GetObject( _ ByVal oid As OID _ ) As ADTObject
[CanBeNull()] public: virtual ADTObject^ GetObject( OID^ oid )
Parameters
- oid
- The OID of the object to get from the collection.
Return Value
The requested object, or a null reference (Nothing in Visual Basic) if the object is not found in the collection.